- All Superinterfaces:
- CiscoEv, CiscoTermEv, javax.telephony.events.Ev, javax.telephony.events.TermEv
public interface CiscoTermSnapshotEv
extends CiscoTermEv
Introduction
If an application comes up after a call is established between two
endpoints, for mid-call monitoring the application needs to query Terminal.createSnapshot(). The
snapshot event, CiscoTermSnapshotEv, gets sent and indicates whether the current media between
the endpoints is secure. Applications could also query CiscoMediaCallSecurityIndicator to get the
security indicator for a call; however, this event does not contain any KeyMaterial. If there are
no calls on any of the lines on the Terminal, applications will only get
CiscoTermSnapshotCompletedEv. To maintain backward compatibility, these events get generated only
when the application enables the snapShotRTPEnabled filter in CiscoTermEvFilter.
- See Also:
CiscoTermEvFilter